put "Please select a 'Needs' category." into card field "Features"
put "Please select a 'Needs' category." into card field "Benefits"
show card field "Features"
show card field "Benefits"
end openCard
on closeCard
global whichButton
put empty into whichButton
hide menuBar
hide card field "Cover All"
hide card button "Self-Check"
hide background field "Bottlenecks Header"
hide card field "Bottlenecks"
show background field "Benefits Header"
show background field "Features Header"
show card field "Benefits"
show card field "Features"
hide background button "Hide Bottlenecks"
show background button "Show Bottlenecks"
put empty into card field "Features"
put empty into card field "Benefits"
set hilite of card button id 31 to false
set hilite of card button id 13 to false
set hilite of card button id 27 to false
end closeCard
-- part 18 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=365 top=79 right=270 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Features
-- part 21 (field)
-- low flags: 81
-- high flags: 0007
-- rect: left=253 top=91 right=252 bottom=485
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Productivity Explained
-- part 30 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=6 top=79 right=108 bottom=188
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Appropriate Resolution
-- part 31 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=7 top=80 right=107 bottom=187
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Scan Resolution
----- HyperTalk script -----
on mouseUp
put empty into card field "Features"
put empty into card field "Benefits"
set hilite of card button id 31 to true
set hilite of card button id 13 to false
set hilite of card button id 27 to false
if hilite of background button "Hide Bottlenecks" is true then
set hilite of card button id 13 to true
set hilite of card button id 31 to false
put "No scanner is presently available to compliment the Apple Fax Modem." into card field "Bottlenecks"
else
put "75, 100, 150, 200, or 300 dpi range of scanning resolution." into card field "Features"
put "Optimum scan for an Apple output device." into card field "Benefits"
end if
end mouseUp
-- part 33 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=6 top=115 right=145 bottom=189
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Scan/FAX Direct
-- part 13 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=7 top=116 right=144 bottom=188
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Scan & FAX Direct
----- HyperTalk script -----
on mouseUp
global whichButton
put "Scan & FAX Direct" into whichButton
put empty into card field "Features"
put empty into card field "Benefits"
put empty into card field "Bottlenecks"
set hilite of card button id 13 to true
set hilite of card button id 31 to false
set hilite of card button id 27 to false
if hilite of background button "Hide Bottlenecks" is true then
put "No scanner is presently available to compliment the Apple Fax Modem." into card field "Bottlenecks"
else
put "Integration/compatibility with AppleFax Modem." into card field "Features"
put "Compatibility allows for efficient transmitting with AppleFax Modem." into card field "Benefits"
end if
end mouseUp
-- part 35 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=5 top=151 right=181 bottom=188
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Scan From Variety
-- part 27 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=6 top=152 right=180 bottom=187
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Xmit to FAX
----- HyperTalk script -----
on mouseUp
put empty into card field "Features"
put empty into card field "Benefits"
set hilite of card button id 27 to true
set hilite of card button id 31 to false
set hilite of card button id 13 to false
if hilite of background button "Hide Bottlenecks" is true then
set hilite of card button id 13 to true
set hilite of card button id 27 to false
put "No scanner is presently available to compliment the Apple Fax Modem." into card field "Bottlenecks"
else
put "200 dpi scan resolution."into card field "Features"
put "Creates the best quality scan for transmitting to Fax machine." into card field "Benefits"
end if
end mouseUp
-- part 39 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=127 top=120 right=231 bottom=382
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: Bibliography
-- part 40 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=194 top=79 right=270 bottom=361
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Benefits
-- part 45 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=442 top=281 right=302 bottom=464
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next Card
----- HyperTalk script -----
on mouseUp
visual wipe right slow to card
go to card id 2326
end mouseUp
-- part 46 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=404 top=281 right=302 bottom=429
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next Card
----- HyperTalk script -----
on mouseUp
visual wipe left slow to card
go to card id 3983
end mouseUp
-- part 47 (field)
-- low flags: 81
-- high flags: 0002
-- rect: left=258 top=79 right=270 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Bottlenecks
-- part 48 (button)
-- low flags: 80
-- high flags: A004
-- rect: left=12 top=315 right=340 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Self-Check
----- HyperTalk script -----
on mouseUp
visual iris close
hide card button "Self-Check"
hide card field "Cover All"
pop card
end mouseUp
-- part 49 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=364 top=277 right=306 bottom=471
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cover All
-- part contents for card part 21
----- text -----
Productivity:
The Apple Scanner will read text and graphics generated on non-Apple compatible systems and merge them into word processing, graphics, and page composition programs. This can save time and money, as file compatibility is no longer an issue. This capability removes the need to retype documents. With OCR software, existing documents created by expensive "conventional" typesetting means can be integrated into an electronic publishing system.
-- part contents for card part 30
----- text -----
• Scan resolution appropriate to
the output device.
-- part contents for card part 33
----- text -----
• To scan and fax directly from the
Macintosh with AppleFax modem.
-- part contents for card part 35
----- text -----
• To transmit to fax machine with
the AppleFax modem.
-- part contents for card part 39
----- text -----
This Information from: Notes on Selling meeting with Cam & Jane on Mondy, June 13, 1988.